Vcenter TrustedInfrastructure TrustedClusters Attestation ServicesAppliedConfig FilterSpec
This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The Vcenter TrustedInfrastructure TrustedClusters Attestation ServicesAppliedConfig FilterSpec schema specifies the matching criteria to be applied when filtering out Vcenter TrustedInfrastructure TrustedClusters Attestation ServicesAppliedConfig Summary structures from the collection returned by the list method. Only Vcenter TrustedInfrastructure TrustedClusters Attestation ServicesAppliedConfig Summary structures containing the values specified in this structure will be returned from the list method. If multiple members of the filter spec are set, all of them must match for a result to be filtered out and returned.
This schema was added in vSphere API 7.0.1.0.
{
"health": [
"string"
],
"address": [
{
"hostname": "string",
"port": 0
}
]
}
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The health of the applied Attestation Service configuration.
For more information see: Vcenter TrustedInfrastructure TrustedClusters Attestation ServicesAppliedConfig Health.
This property was added in vSphere API 7.0.1.0.
If missing or null
, no filtration will be performed by health.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The network address of the Attestation Service configured for use in the Trusted Cluster.
This property was added in vSphere API 7.0.1.0.
If missing or null
, no filtration will be performed by network address.